You found the source! These scripts and source files accompany
the 'Gearman Cookbook' presentation. Follow along in the source
when you see a source number on a slide.

Always be sure you have a gearman server started before running
these files. If you have it installed already, this is usually
as simple as running:

gearmand -vvv

If you're using the C server, starting it with 3 -v's shows you
an abbreviated log of what's going on. If you want to see more
detail, try 4 or 5 -v's.

Some of the workers depend on MySQL to work and require the
MySQL PHP module and a running MySQL server. The database needs to be pre-populated with some data to get expected results, and that can be done with:

mysql < 00_mysql_data.sql

Now, back to the slides...
